home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / modules / prettyprinter / GetPriority.c < prev    next >
C/C++ Source or Header  |  2000-01-01  |  70b  |  8 lines

  1.  
  2. #include <exec/types.h>
  3.  
  4. BYTE ingm_GetPriority(void)
  5. {
  6.   return 0;
  7. }
  8.